drm/vc4: Add get/set tiling ioctls.
authorEric Anholt <eric@anholt.net>
Mon, 5 Jun 2017 21:00:45 +0000 (14:00 -0700)
committerRaspbian kernel package updater <root@raspbian.org>
Thu, 15 Feb 2018 17:37:56 +0000 (17:37 +0000)
commit7ca87f217eba20368125a83f1f7a16663d65e3b2
tree2e1ca6927b9392bf8f46234723a95ea7296fcb02
parentec06d62b8dc12fd5beb5b435fd72b6ba343acedc
drm/vc4: Add get/set tiling ioctls.

This allows mesa to set the tiling format for a BO and have that
tiling format be respected by mesa on the other side of an
import/export (and by vc4 scanout in the kernel), without defining a
protocol to pass the tiling through userspace.

Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/vc4/vc4_bo.c
drivers/gpu/drm/vc4/vc4_drv.c
drivers/gpu/drm/vc4/vc4_drv.h
drivers/gpu/drm/vc4/vc4_kms.c
include/uapi/drm/vc4_drm.h